type github.com/klauspost/compress/zstd.tableIndex
15 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L559: println("Table", tableIndex(i), "is", mode)
blockdec.go#L562: switch tableIndex(i) {
blockdec.go#L589: printf("RLE Transform table (%v) error: %v", tableIndex(i), err)
blockdec.go#L598: println("Reading table for", tableIndex(i))
blocktype_string.go#L80: func (i tableIndex) String() string {
blocktype_string.go#L81: if i >= tableIndex(len(_tableIndex_index)-1) {
dict.go#L101: readDec := func(i tableIndex, dec *fseDecoder) error {
fse_predefined.go#L36: type tableIndex uint8
fse_predefined.go#L40: tableLiteralLengths tableIndex = 0
fse_predefined.go#L41: tableOffsets tableIndex = 1
fse_predefined.go#L42: tableMatchLengths tableIndex = 2
fse_predefined.go#L113: switch tableIndex(i) {
fse_predefined.go#L139: panic(fmt.Errorf("building table %v: %v", tableIndex(i), err))
fse_predefined.go#L142: panic(fmt.Errorf("building table %v: %v", tableIndex(i), err))
fse_predefined.go#L152: panic(fmt.Errorf("building encoding table %v: %v", tableIndex(i), err))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |